0) { if ($newpw==$newpwver) { mysql_query("update contributors set password = \"$newpw\" WHERE conid = $id"); $feedback2 = "Password changed."; } else { $feedback2 = "New password is not same as re-typed password, password not changed."; }; }; } else { $feedback1 = "INVALID PASSWORD!, Contributor info was not changed."; }; }; // read the record again to get any new info $result = mysql_query("SELECT * FROM contributors WHERE conid = $id"); $row = mysql_fetch_array($result); echo "

Edit Contributor Profile

"; if (strlen($feedback1)>0) echo "

$feedback1

"; if (strlen($feedback2)>0) echo "

$feedback2

"; echo "
"; echo""; echo""; ?>
Name "; ?>
Signature "; echo "
Signature is what appears with your contributions as they are displayed."; echo "
It would also be used for your Photo Gallery URL. Example: www.waypoints.ph/my_signature"; echo "
Do not use spaces and periods; Use only characters A-Z, 0-9 and _ (underscore)"; ?>
Occupation/Profession "; ?>
Sports/Recreation "; ?>
Hailing From "; ?>
Camera(s) "; ?>
GPS "; ?>
Email: "; ?>
Home Page URL "; echo "
If you have a home page, you can enter its URL above, our system will automatically create a link to your home page on our Links page.  This will help promote your own web site.  We hope you can promote WaypointsDotPH too by creating a similar reciprocal link on your web site? Thanks."; ?>
Home Page Description: "; ?>
New password:
(if you wish to change)
Re-enter new password:
(to confirm)

Enter your current password to update the above info:    

Don't know your password? ... email and ask the webmaster